/**
 *
 * @authors @silentblue.top
 * @date    2021-11-08 14:46:26
 *
 */
@charset "utf-8";
/* CSS Document */
.cljx-toplogo-wrap {
  position: absolute;
  z-index: 2;
  top: 20px;
  width: 100%;
  min-width: 1170px;
  background-color: rgba(0, 80, 161, 0.8);
}
.cljx-toplogo {
  width: 1170px;
  height: 110px;
  /* overflow: hidden; */
  position: relative;
}
.cljx-pclogo {
  width: 408px;
  height: 76px;
  margin-top: 17px;
}
.cljx-pclogo img {
  max-width: 100%;
  height: 100%;
}
.cljx-nav {
  font-size: 0;
  position: relative;
  z-index: 1;
  top: 50px;
}
.cljx-nav > li {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  font-weight: 600;
  padding: 0 15px;
}
.cljx-nav > li a {
  color: #fff;
}
.cljx-nav > li.cur,
.cljx-nav > li:hover {
  color: #6be5ff;
}
.cljx-nav > li.cur a,
.cljx-nav > li:hover a {
  color: #6be5ff;
}
.cljx-search {
  position: absolute;
  height: 30px;
  right: 0;
  top: 20px;
  width: 200px;
  z-index: 0;
}
.cljx-search > form {
  width: 200px;
  height: 30px;
  margin: 0;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.cljx-search > form .input_search {
  border: 0;
  width: 150px;
  height: 30px;
  padding: 0 40px 0 10px;
  background-color: #fff;
  outline: 0;
  font-size: 13px;
}
.cljx-search > form .input_search-focus {
  border: 0;
}
.cljx-search > form .input_img {
  border: 0;
  width: 30px;
  height: 30px;
  background: url(cljx-pc_search.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.cljx-nav > li.cur,
.cljx-nav > li:hover {
  height: 60px;
}
.cljx-nav > li>ul {
  position: absolute;
  z-index: 99;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  margin-left: -30px;
  background-color: rgba(0, 80, 161, 0.8);
  margin-top: 10px;
  text-align: center;
  width: 130px;
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}

.cljx-nav > li>ul > li {
  padding: 0 15px;
  line-height: 32px;
}
.cljx-nav > li>ul > li:first-child {
  margin-top: 5px;
}
.cljx-nav > li>ul > li:last-child {
  margin-bottom: 10px;
}
.cljx-nav > li.cur >ul a,
.cljx-nav > li:hover >ul a {
  color: #fff;
}
.cljx-nav > li.cur >ul a:hover,
.cljx-nav > li:hover >ul a:hover {
  color: #6be5ff;
}
/* .cljx-nav > li.cur >ul, */
.cljx-nav > li:hover >ul {
  max-height: 500px;
  transition: max-height 0.3s ease-in;
}
/* slide */
/* base slide */

.cljx-big-slide {
  position: relative;
  top: 0;
  overflow: hidden;
  width: 100%;
  min-width: 1170px;
  height: 640px;
}
.cljx-big-slide-inner,
.cljx-slide-item {
  width: 100%;
  height: 640px;
  display: block;
}
.cljx-slide-item img {
  width: 100%;
  height: 100%;
}
/* Common Slide */

.main-block-carousel .shxidx-wrapper::after {
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
.main-block-carousel {
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main-block-carousel .content-imgs-slide-item > img {
  display: block;
}
.grabbing {
  cursor: url(../%E4%B8%AD%E5%9B%BD%E5%85%AC%E8%B7%AF%E8%BD%A6%E8%BE%86%E6%9C%BA%E6%A2%B0%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8%E5%AE%98%E6%96%B9%E7%BD%91%E7%AB%99_files/grabbing.png) 8 8, move;
}
.main-block-carousel .shxidx-wrapper-outer {
  overflow: hidden;
  width: 100%;
}
.main-block-carousel .shxidx-wrapper {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.main-block-carousel .shxidx-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.main-block-carousel .content-imgs-slide-item {
  float: left;
  position: relative;
  display: block;
}
.main-block-carousel .cljx-slide-item > b {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.55);
  display: none;
}
.main-block-carousel .cljx-slide-item > span {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 60px;
  font-size: 32px;
  color: #fff;
  line-height: 60px;
  display: none;
}
.main-block-carousel,
.main-block-carousel .content-imgs-slide-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.main-block-carousel .shxidx-controls > .shxidx-pagination > .shxidx-page,
.main-block-carousel .shxidx-controls .shxidx-buttons > div {
  cursor: pointer;
}
.main-block-carousel .shxidx-controls > .shxidx-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 60px;
}
.main-block-carousel .shxidx-controls > .shxidx-pagination > .shxidx-page {
  display: inline-block;
  margin: 20px 10px;
  transition: height 0.2s linear;
  width: 26px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 8px;
  position: relative;
}
.rendering-ie7
  .main-block-carousel
  .shxidx-controls
  > .shxidx-pagination
  > .shxidx-page {
  display: inline;
}
.main-block-carousel .shxidx-controls > .shxidx-pagination > .active {
  border: 2px solid #ff750f;
  background-color: #ff750f;
}
.main-block-carousel .shxidx-controls > .shxidx-buttons {
  display: none;
}

/* slide end */
/* content */

.container {
  width: 1170px;
  padding: 0 15px;
  background: #fff;
}

.cljx-news-slide {
  position: relative;
  top: 0;
  overflow: hidden;
  width: 370px;
  height: 280px;
  min-width: auto;
}
.cljx-news-slide-inner,
.cljx-newslide-item {
  width: 370px;
  height: 280px;
  display: block;
}
.cljx-newslide-item img {
  width: 100%;
  height: 100%;
}
.cljx-news-slide-inner .cljx-slide-item > b {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.55);
  display: block;
}
.cljx-news-slide-inner .cljx-slide-item > span {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 70%;
  height: 50px;
  font-size: 15px;
  color: #fff;
  line-height: 50px;
  display: block;
  padding-left: 8px;
}
.cljx-news-slide-inner .shxidx-controls > .shxidx-pagination {
  text-align: right;
  width: 30%;
}
.cljx-news-slide-inner .shxidx-controls > .shxidx-pagination > .shxidx-page {
  margin: 30px 5px;
  width: 9px;
  height: 9px;
  background-color: #bebebe;
  border: 0;
}
.cljx-news-slide-inner .shxidx-controls > .shxidx-pagination > .active {
  background-color: #ff750f;
}
.row {
  padding-top: 30px;
}
.company-news-box {
  width: 590px;
  background-color: #ebf3f6;
  height: 340px;
}
.company-news-box > dt {
  font-size: 0;
  position: relative;
}
.company-news-box > dt > b {
  width: 120px;
  height: 46px;
  margin-top: 20px;
  margin-left: 26px;
  background-image: linear-gradient(to right, #024c97, #3f76b0);
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  font-size: 22px;
  color: #fff;
  display: inline-block;
}
.company-news-box > dt > a {
  font-size: 14px;
  color: #727272;
  float: right;
  margin-top: 30px;
  margin-right: 26px;
  line-height: 26px;
  border: 1px solid #d6d6d6;
  background-color: #f5f5f5;
  border-radius: 13px;
  width: 85px;
  height: 26px;
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
}
.company-news-box > dt > a:hover {
  text-decoration: underline;
  background-color: #fff;
  color: #333;
}
.company-news-box > dd {
  margin: 10px 26px;
}
.cljx-common-list {
  width: 100%;
}
.cljx-common-list > li {
  font-size: 16px;
  line-height: 44px;
  border-bottom: 1px dashed #dedede;
  height: 44px;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}
.cljx-common-list > li > span {
  float: right;
  color: #999;
}
/* .tab-flag-construck .common-tab-content {
  display: none;
}
.tab-flag-construck .common-tab-content.first {
  display: block;
} */
.hide {
  display: none;
}
/* common tab */
.cljx-news-box {
  width: 400px;
  height: 240px;
}
/* .cljx-news-box:nth-child(2) {
  margin: 0 40px;
} */

.common-tab-title {
  position: relative;
  height: 38px;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
}
.common-tab-title > li {
  float: left;
  font-size: 20px;
  color: #333;
  cursor: default;
  margin-right: 40px;
}
.common-tab-title > li.tab-current {
  /* font-weight: 600; */
  color: #004898;
  border-bottom: 2px solid #004898;
}
.common-tab-title > li > a {
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #004898;
  line-height: 38px;
  display: none;
  top: 0;
  font-weight: normal;
}
.common-tab-title > li.tab-current > a {
  display: block;
}
.common-tab-title > li.tab-current > a:hover {
  text-decoration: underline;
}
.common-tab-title > li:last-child {
  margin-right: 55px;
}
.cljx-media-box {
  width: 320px;
}
.cljx-media-box .common-tab-title > li:last-child {
  margin-right: 60%;
}
.cljx-news-box .common-tab-content,
.cljx-media-box .common-tab-content {
  margin: 10px 0;
}
.cljx-media-item {
  width: 100%;
  height: 170px;
  position: relative;
}
.cljx-media-item img {
  width: 100%;
  height: 100%;
}
.cljx-media-item b {
  height: 40px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  display: block;
}
.cljx-media-item span {
  font-size: 16px;
  color: #fff;
  height: 40px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  line-height: 40px;
  text-align: center;
}
.cljx-media-item i {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.cljx-media-item i:last-child {
  width: 77px;
  height: 77px;
  display: none;
}
.cljx-media-item i img {
  width: 100%;
  height: 100%;
}
.cljx-project-box > dd {
  margin: 20px 0 10px;
}
/* common tab end */
/* mend20211225 */
.cljx-news-module {
  width: 440px;
  height: 280px;
  margin: 0 35px;
}

.cljx-topics-module {
  width: 290px;
  height: 280px;
  position: relative;
}
/* mend20211225 */
/* slide */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: none !important;
}
.swiper-slide {
  width: 282px;
  height: 190px !important;
  overflow: hidden;
  position: relative;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper-slide > a span {
  height: 46px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  z-index: 2;
  text-align: center;
}
.swiper-slide > a b {
  height: 46px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  display: block;
}
/* slide end */
/* content end */
/* footer */
.footer {
  /* background-color: #818181; */
  background-color: #014898;
}
.footer-inner {
  width: 1170px;
  padding: 30px 0;
  margin: 0 auto;
  height: 120px;
  /* background: url(cljx-footer-filter.png) 496px center no-repeat; */
}
.footer-inner > dt {
  float: left;
  width: 340px;
  margin-right: 50px;
}
.footer-lgogo {
  width: 340px;
  margin-top: 25px;
}
.footer-lgogo img {
  width: 100%;
}
.footer-wechat > li img {
  height: 67px;
}
.footer-wechat > li {
  margin-top: 10px;
  text-align: center;
}
.footer-wechat > li img {
  height: 80px;
  width: 80px;
  display: block;
}
.footer-wechat > li span {
  width: 80px;
  display: block;
  font-size: 14px;
  color: #83b5ec;
  line-height: 36px;
}
.footer-inner > dd.footer-inner-dd1 {
  float: left;
  width: 540px;
  border-left: 1px solid #1361b8;
  border-right: 1px solid #1361b8;
  padding: 10px 30px 10px 60px;
}
.footer-inner > dd.footer-inner-dd2 {
  float: right;
  width: 100px;
}
.footer-links {
  border-bottom: 1px solid #a1a1a1;
  /* border-bottom: 1px solid #05376b; */
}
.footer-links > dt {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.footer-links > dd a {
  font-size: 16px;
  color: #fff;
  line-height: 56px;
  margin-right: 25px;
}
.footer-desc {
  /* margin-top: 16px; */
}
.footer-desc > li {
  line-height: 34px;
  font-size: 14px;
  color: #fff;
}
.footer-desc > li span {
  margin-right: 30px;
}
.footer-desc > li a {
  color: #fff;
  margin-right: 30px;
}
.footer-desc > li a:hover {
  text-decoration: underline;
}
.footer-desc > li:first-child a {
  margin-left: 19px;
}
.footer-desc > li:first-child a:first-child {
  margin-left: 0;
}
.footer-desc > li:first-child a::after {
  content: "";
  height: 16px;
  width: 1px;
  background-color: #d7d7d7;
  display: inline-block;
  margin-left: 19px;
  position: relative;
  top: 3px;
}
.footer-desc > li a:last-child::after {
  display: none;
}
/* footer */
/* list */
/* .list-page {
  background: url(cljx-pc_listbg.png) 0 0 repeat;
} */
.list-page .container {
  background: transparent;
}
.list-page .row {
  padding: 0;
  margin: 30px 0;
}
.list-page .cljx-list-outer .row {
  margin-top: 0;
}
.list-page .row dl {
  /* background:#fff; */
}
.list-page .cljx-big-slide-inner,
.list-page .cljx-slide-item,
.list-page .cljx-big-slide {
  height: 380px;
}
.cljx-list-aside {
  width: 260px;
  background: url(list-nav-bg.png) center top no-repeat;
  min-height: 826px;
  position: absolute;
  top: -120px;
  left: 0;
}
.cljx-list-aside > dt {
  height: 56px;
  min-height: 56px;
  /* background-color: #296eb5; */
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  margin-bottom: 10px;
  width: 200px;
  display: table-cell;
  vertical-align: middle;
  padding: 40px 30px 20px;
}
.cljx-list-aside > dd {
  height: 51px;
  line-height: 51px;
  border-bottom: 1px solid #638ec8;
  font-size: 18px;
  text-align: center;
}
.cljx-list-aside > dd:hover {
  background-color: rgba(0, 80, 161, 0.8);
  transition: all 0.3s;
}
.cljx-list-aside > dd:hover a {
  color: #fff;
}
.cljx-list-aside > dd.cur {
  height: 52px;
  border-bottom: 0;
  background: url(list-nav-subbg.png) 0 0 no-repeat;
}
.cljx-list-aside > dd a {
  color: #fff;
}

.cljx-list-aside > dd.cur a {
  color: #0e3eab;
}
/* .cljx-list-aside > dd::before {
  content: "";
  width: 9px;
  height: 9px;
  border: 1px solid #b8b8b8;
  display: block;
  float: left;
  border-radius: 100%;
  margin-top: 19px;
  margin-left: 20px;
  margin-right: 10px;
}
.cljx-list-aside > dd a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  display: block;
  background-color: #296eb5;
  float: left;
  margin-top: 22px;
  margin-left: -18px;
  display: none;
}
.cljx-list-aside > dd a:hover::before,
.cljx-list-aside > dd.cur a::before {
  display: block;
}
.cljx-list-aside > dd:hover::before,
.cljx-list-aside > dd.cur::before {
  border-color: #296eb5;
} */
.cljx-list-conbox {
  width: 860px;
  min-height: 550px;
}
.cljx-list-conbox > dt {
  height: 70px;
  line-height: 24px;
  font-size: 14px;
  color: #9c9c9c;
  display: table-cell;
  vertical-align: middle;
  width: 860px;
}
.cljx-list-conbox > dt b {
  font-weight: 500;
  font-size: 24px;
  color: #333;
}
.cljx-list-conbox > dt b::before {
  content: "";
  border-top: 5px solid #557dbc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: relative;
  top: 20px;
  margin-right: 10px;
}
.cljx-list-conbox > dt a {
  color: #9c9c9c;
  margin: 0 2px;
}
.cljx-list-conbox > dt span a {
  color: #9c9c9c;
}
.cljx-list-conbox > dt span {
  color: #333;
  display: block;
  float: right;
  line-height: 24px;
}

.cljx-list-conbox > dt span img {
  height: 14px;
  margin-right: 5px;
  float: left;
  margin-top: 4px;
}
.cljx-list-conbox > dt a:hover {
  color: #296eb5;
}
.cljx-list-conbox > dd {
  margin: 0 0 30px;
}
.list-page .cljx-common-list > li {
  line-height: 49px;
  border-bottom: 1px dashed #dedede;
  height: 49px;
}
.list-page .cljx-sp-list > li::before {
  margin-top: 22px;
}
/*pagination*/
.qyzc-pagion {
  margin-top: 20px;
}
.qyzc-pagion-num {
  padding: 3px;
  margin: 3px;
  text-align: center;
  font-size: 14px;
}
.qyzc-pagion-num a {
  border: 1px solid #e5e5e5;
  padding: 4px 10px;
  margin: 2px;
  color: #666;
  text-decoration: none;
}
.qyzc-pagion-num a:hover {
  border: 1px solid #1f55a5;
  color: #1f55a5;
}
.qyzc-pagion-num a:active {
  border: 1px solid #e5e5e5;
  color: #666;
}
.qyzc-pagion-num span.current {
  border: 1px solid #1f55a5;
  padding: 4px 10px;
  font-weight: bold;
  margin: 5px;
  color: #fff;
  background-color: #1f55a5;
}
.qyzc-pagion-num span.disabled {
  border: 1px solid #ddd;
  padding: 4px 10px;
  margin: 5px;
  color: #ddd;
}
.qyzc-page-form {
  line-height: 31px;
  overflow: hidden;
  height: 31px;
  margin-left: 5px;
  color: #666;
}
.qyzc-page-form-text {
  line-height: 29px;
  width: 29px;
  height: 29px;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.qyzc-page-form-btn {
  line-height: 29px;
  width: 32px;
  height: 29px;
  border: 1px solid #e5e5e5;
  text-align: center;
  background-color: transparent;
}
.qyzc-page-form-btn:hover {
  color: #fff;
  background-color: #1f55a5;
  border-color: #1f55a5;
  cursor: pointer;
}

.info-list-page .cljx-infopub-list {
  margin: 50px 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.info-list-page .cljx-infopub-list > li {
  width: 48%;
  margin: 0 1%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f1f2f4;
  font-weight: 18px;
  margin-bottom: 2%;
  transition: all 0.3s;
}
.info-list-page .cljx-infopub-list > li a {
  color: #555;
}
.info-list-page .cljx-infopub-list > li:hover,
.info-list-page .cljx-infopub-list > li:hover a {
  color: #fff;
  background-color: #296eb5;
}
.info-list-page .cljx-list-aside > dd {
  line-height: 30px;
  padding: 10px 0;
  height: auto;
}
.info-list-page .cljx-list-aside > dd::before {
  margin-top: 9px;
  margin-bottom: 10px;
}
.info-list-page .cljx-list-aside > dd a::before {
  margin-top: 12px;
}
/* list end */
/* detail */
.detail-page .row {
  margin: 10px 0 0;
}
.detail-page .cljx-list-conbox {
  width: 100%;
}
.detail-page .row dl {
  background: transparent;
}
.detail-page .cljx-list-conbox > dt {
  height: 59px;
  line-height: 59px;
  padding: 0;
  width: 1170px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
.detail-page .cljx-list-conbox > dt::after {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #ff771d;
  position: absolute;
  right: 0;
  bottom: -2px;
}
.detail-page .cljx-list-conbox {
  min-height: auto;
}
.detail-page .cljx-list-conbox > dt img {
  margin-right: 10px;
}
.detail-page .cljx-list-conbox > dd {
  margin: 0;
  background-color: #fff;
  padding: 30px 30px 10px;
  box-sizing: border-box;
}
.cljx-detail-title {
  text-align: center;
}
.cljx-detail-title > dt {
  font-size: 32px;
  color: #333;
  line-height: 50px;
  font-weight: 600;
}
.cljx-detail-title > dd {
  font-size: 16px;
  color: #999;
  line-height: 50px;
}
.cljx-detail-title > dd span {
  margin: 0 10px;
}
.cljx-detail-title > dd:last-child {
  font-size: 16px;
  color: #555;
  line-height: 24px;
  text-align: left;
  background-color: #f3f3f3;
  padding: 20px 30px;
}
.cljx-detail-conbox {
  background-color: #fff;
  padding: 10px 30px 30px;
  margin-bottom: 30px;
  /* font-family: "FangSong", "STFangsong", "FangSong_GB2312"; */
  text-indent: 2em;
  line-height: 1.8;
  font-size: 16px;
}
.cljx-detail-conbox p {
  text-indent: 2em;
  line-height: 1.8;
  font-size: 16px;
}
.cljx-detail-conbox img {
  display: block;
  margin: 10px auto;
}
.editor {
  text-align: right;
  font-size: 18px;
  line-height: 40px;
  color: #333;
  margin-top: 30px;
}
/* detail end */
/* detail mend */
.info-desc-page .cljx-list-conbox > dt {
  /* font-size: 36px; */
  /* font-weight: bold; */
  color: #333;
  margin-bottom: 16px;
  border-bottom: 0;
}
.info-desc-page .cljx-list-conbox > dd img {
  max-width: 100%;
  margin: 10px 0;
}
.info-desc-page .cljx-list-conbox > dd p {
  line-height: 1.8;
  text-indent: 2em;
}

.info-desc-page .cljx-leader-list {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
}
.info-desc-page .cljx-leader-list > li {
  width: 46%;
  margin: 0;
  text-align: center;
  background-color: #f1f2f4;
  margin-bottom: 24px;
  transition: all 0.3s;
  text-align: left;
  padding: 15px 10px 20px;
  border-top: 5px solid #c8ceda;
  cursor: default;
  color: #333;
  line-height: 1.6;
}
.info-desc-page .cljx-leader-list > li h2 {
  font-size: 20px;
  font-weight: normal;
  color: #000;
}
.info-desc-page .cljx-leader-list > li em {
  display: block;
  font-size: 16px;
  font-style: normal;
  text-align: center;
}
.info-desc-page .cljx-leader-list > li span {
  display: block;
  font-size: 16px;
}
.info-desc-page .cljx-leader-list > li:nth-child(odd) {
  margin-right: 10px;
}
.info-desc-page .cljx-leader-list > li:nth-child(even) {
  margin-left: 10px;
}
.info-desc-page .cljx-leader-list > li a {
  color: #333;
}
.info-desc-page .cljx-leader-list > li:hover {
  border-top: 5px solid #296eb5;
}
.info-desc-page .cljx-leader-list > li:hover a,
.info-desc-page .cljx-leader-list > li:hover h2 {
  color: #296eb5;
  font-weight: 600;
}
/* detail mend end */
/* fixed IE */
.kernel-ie .swiper {
  display: none;
}
.ie-slide {
  display: none !important;
}
.kernel-ie .ie-slide {
  display: block !important;
}
.dbch-site-v {
  height: 210px;
}

.dbch-site-v .content-imgs-slide-item {
  height: 210px;
}

.dbch-site-v img {
  height: 210px;
  width: 280px;
  overflow: hidden;
  margin-left: 0px;
}
/* fixed IE end*/
/* mend page */
.pic-list-conbox {
  width: 100%;
}
.cljx-pic-box {
  overflow: hidden;
}
.cljx-pic-list {
  width: 358px;
  margin-right: 30px;
  float: left;
  border: 1px solid #f0f0f0;
  height: 360px;
  background-color: #f5f5f5 !important;
  margin-top: 20px;
}
.cljx-pic-list:nth-child(3n) {
  margin-right: 0;
}
.cljx-pic-list > dt {
  width: 100%;
  height: 280px;
}
.cljx-pic-list > dt img {
  width: 100%;
  height: 100%;
}
.cljx-pic-list > .pic_time dt {
  width: 80px;
  background-color: #fff;
  height: 80px;
  float: left;
}
.cljx-pic-list > .pic_time dt i,
.cljx-pic-list > .pic_time dt em {
  font-style: normal;
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #777;
}
.cljx-pic-list > .pic_time dt i {
  font-size: 30px;
  line-height: 40px;
}
.cljx-pic-list > .pic_time dt em {
  font-size: 16px;
}
.cljx-pic-list > .pic_time dd {
  float: left;
  width: 260px;
  display: block;
  height: 75px;
  margin: 5px 0 0;
  padding: 0 9px;
  background-color: transparent;
  line-height: 24px;
}

/* mend page end */
/* mend search */
.list_item li {
  font-size: 16px;
  display: inline-block;
  padding: 0 8px 10px;
  margin-left: 9px;
}
.list_item {
  border-bottom: 4px solid #d4d4d4;
  margin-top: 15px;
}
.list_item li.now {
  border-bottom: 4px solid #296eb5;
  margin-bottom: -4px;
  font-weight: bold;
}
.list_item li.now a {
  color: #296eb5;
}
.col_red {
  color: #d11818;
}
.main_left {
  width: 220px;
  float: left;
  background: #f2f2f2;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
}
.order_type {
  margin: 30px 24px 10px;
  font-size: 16px;
  font-weight: bold;
}
.order_item li {
  width: 170px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-left: 24px;
  margin-bottom: 4px;
  text-indent: 16px;
  cursor: pointer;
}
.order_item .on {
  background: #296eb5;
  color: #fff;
}
.main_content {
  margin: 14px 0;
  overflow: hidden;
}
.main_right {
  overflow: hidden;
}
.search_header {
  border-bottom: 1px solid #e6e6e6;
}
.searchBox {
  width: 534px;
  height: 40px;
  border: 1px solid #ababab;
  margin: 0 20px 14px 40px;
  float: left;
}
.ser_btn2 {
  width: 70px;
  height: 40px;
  border: 0;
  float: right;
  color: #fff;
  background: #296eb5;
  font-size: 16px;
  cursor: pointer;
}
.ser_ipt2 {
  width: 464px;
  height: 40px;
  float: left;
  border: 0;
  text-indent: 16px;
  font-size: 16px;
  -webkit-appearance: none;
  padding: 0;
}
.search_more {
  width: 98px;
  height: 40px;
  display: inline-block;
  background: #2aacd2;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.search_more:hover {
  color: #fff;
}
.search_list li {
  margin: 24px 0 24px 40px;
  border-bottom: 1px dashed #c5c5c5;
  padding-bottom: 20px;
}
.search_list li h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.search_list li h4 span {
  float: right;
  font-size: 14px;
  color: #6c6c6c;
  font-weight: normal;
}
.search_list li p {
  font-size: 14px;
  color: #6c6c6c;
  line-height: 24px;
}
.adv_search {
  width: 750px;
  margin: 30px auto;
  border-collapse: collapse;
}
.adv_search td {
  height: 50px;
  background: #ededed;
  border: 1px solid #fff;
  padding: 0 12px;
  font-size: 16px;
}
.adv_ser_ipt {
  width: 398px;
  height: 26px;
  border: 1px solid #c4c4c4;
  font-size: 16px;
}
.adv_search tr:nth-child(even) td {
  background: #f7f7f7;
}
.adv_select {
  width: 400px;
  height: 32px;
  border: 1px solid #c4c4c4;
  font-size: 16px;
}
.adv_time {
  width: 200px;
  height: 26px;
  border: 1px solid #c4c4c4;
  font-size: 16px;
}
.adv_radio {
  margin-right: 20px;
}
.adv_search_sub {
  width: 210px;
  height: 40px;
  background: #296eb5;
  color: #fff;
  border: 0;
  box-shadow: 0px 8px 8px #d8d8d8;
  margin: 30px auto 0;
  font-size: 16px;
  display: block;
  border-radius: 4px;
  cursor: pointer;
}
/* mend search */

.cljx-detail-title > dd.mhide > span:last-child {
  position: relative;
}
.bshare-custom {
  position: absolute;
  left: 40px;
  width: 80px;
  top: 2px;
}
/* mend cur list */
.shanxi-general-situation {
  height: 340px;
  width: 1200px;
  overflow: hidden;
  border-top: none;
}

.general-situation-subnav {
  height: 340px;
  width: 590px;
  background-color: #ebf3f6;
}
.general-situation-subnav > div {
  font-size: 0;
  position: relative;
}
.general-situation-subnav > div > b {
  width: 120px;
  height: 46px;
  margin-top: 20px;
  margin-left: 26px;
  background-image: linear-gradient(to right, #024c97, #3f76b0);
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  font-size: 22px;
  color: #fff;
  display: inline-block;
}
.general-situation-subnav > div > a {
  font-size: 14px;
  color: #727272;
  float: right;
  margin-top: 30px;
  margin-right: 26px;
  line-height: 26px;
  border: 1px solid #d6d6d6;
  background-color: #f5f5f5;
  border-radius: 13px;
  width: 85px;
  height: 26px;
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
}
.general-situation-subnav > div > a:hover {
  text-decoration: underline;
  background-color: #fff;
  color: #333;
}
.general-situation-subnav > ul {
  margin: 10px 26px;
}
.general-situation-subnav > ul > li {
  font-size: 16px;
  line-height: 37px;
}
.general-situation-subnav > ul > li > span {
  float: right;
  color: #999;
}
.general-situation-subnav > ul > li.general-situation-subnav--items > a {
  color: #2966ca;
  font-weight: 600;
}

.general-situation-main {
  width: 610px;
  overflow: hidden;
  height: 340px;
}

.general-situation-main-top {
  width: 100%;
  height: 100%;
  position: relative;
}

.general-situation-main-top-inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.general-situation-main-top-cntbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 4270px;
  height: 340px;
}

.general-situation-main-top-cntbox > ul > li {
  float: left;
  width: 610px;
  height: 340px;
  position: relative;
}

.general-situation-main-top-cntbox > ul > li > a > img {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.general-situation-main-top-cntbox > ul > li > p {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.55);
  display: block;
  overflow: hidden;
}
.general-situation-main-top-cntbox > ul > li > p > a {
  width: 96%;
  width: calc(100% - 36px);
  height: 60px;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  display: block;
  padding-left: 18px;
}
.general-situation-main-top-btn,
.general-situation-main-bot-btn {
  display: block;
  width: 11px;
  height: 12px;
  position: absolute;
  bottom: 24px;
  z-index: 9;
  background: url(icon-comeup-narrow.png) 0 0 no-repeat;
  cursor: pointer;
}

.general-situation-main-top-btn {
  right: 30px;
  background-position: 0 0;
}

.general-situation-main-bot-btn {
  right: 10px;
  background-position: 0 -24px;
}

.general-situation-main-top-btn:hover {
  background-position: 0 -12px;
}

.general-situation-main-bot-btn:hover {
  background-position: 0 -36px;
}

a.general-situation-detail {
  width: 108px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  display: block;
  background-color: #0c62bf;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 138px;
  margin-top: 5px;
}

a:hover.general-situation-detail {
  background-color: #0b5db5;
}
/* mend cur list end*/
/* mend20211225 */
/* 本例子css */
.picScroll-top {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;

  border: 0;
  height: 230px;
}
.picScroll-top .hd {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 13px;
  left: 120px;
  width: 50px;
  height: 15px;
  font-size: 0;
  display: none;
}
.picScroll-top .hd .prev,
.picScroll-top .hd .next {
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.33) url(gfyd-icoUp.png) center center no-repeat;
}
.picScroll-top .hd .next {
  background: rgba(0, 0, 0, 0.33) url(gfyd-icoDown.png) center center no-repeat;
  margin-right: 5px;
}
.picScroll-top .hd .prevStop {
  background-position: -60px -100px;
}
.picScroll-top .hd .nextStop {
  background-position: -60px -140px;
}
.picScroll-top .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  zoom: 1;
}
.picScroll-top .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: url("icoCircle.gif") 0 -9px no-repeat;
}
.picScroll-top .hd ul li.on {
  background-position: 0 0;
}
.picScroll-top .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-top .bd ul li {
  text-align: center;
  zoom: 1;
}
.picScroll-top .bd ul li .pic {
  text-align: center;
  height: 115px;
  overflow: hidden;
}
.picScroll-top .bd ul li .pic img {
  width: 100%;
  height: 105px;
  padding-bottom: 10px;
  display: block;
  transition: all 0.3s;
}
.picScroll-top .bd ul li .pic a:hover img {
  transform: scale(1.05);
}
/* mend20211225 */
/* mend20211226 */
.cljx-culture-infos-wrap {
  background-color: #f5f5f5;
  margin-top: 30px;
}
.cljx-culture-infos-box {
  width: 1170px;
  margin: 0 auto;
}
.cljx-culture-infos-box > li:first-child {
  width: 680px;
  float: left;
}
.cljx-culture-infos-box > li:last-child {
  width: 430px;
  float: right;
}
.cljx-culture-infos-item > dt.mhide {
  height: 200px;
  width: 40px;
  float: left;
  background: url(icon-culture-infos-title.png) 0 0 no-repeat;
  margin-right: 20px;
}
.cljx-culture-infos-item > dt.pchide {
  height: 60px;
  width: 326px;
  float: none;
  background: url(iconm-culture-infos-title.png) 0 0 no-repeat;
  margin-right: 20px;
  background-size: cover;
}
.cljx-culture-infos-item > dt.mhide a {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: block;
  width: 20px;
  margin: 5px 10px;
}
.cljx-culture-infos-item > dt.pchide a {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  line-height: 60px;
  padding: 0 26px;
}
.cljx-culture-infos-item > dd {
  height: 150px;
  overflow: hidden;
}
.cljx-culture-infos-item > dd img {
  float: left;
  width: 226px;
  height: 150px;
  margin-right: 20px;
}
.cljx-culture-infos-item > dd p a {
  font-size: 16px;
  font-weight: 600;
}
.cljx-culture-infos-item > dd p span {
  font-size: 14px;
  color: #6b6b6b;
  line-height: 28px;
  display: block;
  margin-top: 10px;
}
.cljx-sp-list > li {
  line-height: 36px;
  border-bottom: 0;
  font-size: 16px;
  height: 36px;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}
.cljx-sp-list > li::before {
  content: "";
  float: left;
  transition: height 0.2s linear;
  width: 5px;
  height: 5px;
  background-color: #cdcdcd;
  margin-top: 15px;
  border-radius: 5px;
  margin-right: 10px;
}
.cljx-wrap {
  width: 100%;
  height: 300px;
  background: url(bg-nav.png) center center no-repeat;
  margin-top: 30px;
}
.cljx-bussiness-nav {
  width: 1170px;
  margin: -30px auto 0;
}
.cljx-bussiness-nav > li {
  float: left;
  width: 194px;
  height: 300px;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s;
}
.cljx-bussiness-nav > li a {
  display: block;
}
.cljx-bussiness-nav > li a b {
  color: #fff;
  font-size: 18px;
}
.cljx-bussiness-nav > li img {
  width: 55px;
  height: 55px;
  display: block;
  margin: 80px auto 40px;
}
.cljx-bussiness-nav > li:nth-child(even) {
  background-color: rgba(1, 72, 152, 0.7);
}
.cljx-bussiness-nav > li:nth-child(odd) {
  background-color: rgba(1, 106, 152, 0.7);
}
.cljx-bussiness-nav > li:nth-child(even):hover {
  background-color: rgba(1, 72, 152, 0.9);
}
.cljx-bussiness-nav > li:nth-child(odd):hover {
  background-color: rgba(1, 106, 152, 0.9);
}
.cljx-links-box {
  width: 1170px;
  height: 70px;
  margin-bottom: 30px;
}
.cljx-links-box > dt {
  float: left;
  font-size: 20px;
  color: #000;
  line-height: 70px;
}
.cljx-links-box > dd {
  float: right;
  width: 1050px;
  height: 70px;
}
/* links */
.picScroll-left {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
  display: block;
  width: 26px;
  height: 48px;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  top: 12px;
  background: url("server_run_left.png") no-repeat;
  transition: all 0.3s;
}
.picScroll-left .hd .prev:hover,
.picScroll-left .hd .next:hover {
  opacity: 0.55;
}
.picScroll-left .hd .next {
  right: 0;
  background: url("server_run_right.png") no-repeat;
}
.picScroll-left .bd {
  padding: 0 70px;
}
.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-left .bd ul li {
  margin: 0 10px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 213px;
  height: 70px;
}
.picScroll-left .bd ul li .pic {
  text-align: center;
}
.picScroll-left .bd ul li .pic img {
  width: 38px;
  height: 38px;
  display: block;
  float: left;
  margin-top: 16px;
  margin-right: 20px;
}
.picScroll-left .bd ul li .pic a:hover img {
  border-color: #999;
}
.picScroll-left .bd ul li .title {
  line-height: 70px;
  text-align: left;
  font-size: 18px;
}
.cljx-list-outer {
  padding: 0;
  position: relative;
}
.search-page .cljx-list-conbox > dt span {
  display: inline-block;
  float: none;
  line-height: 24px;
  color: #d11818;
}
.search-page .cljx-list-conbox > dd {
  margin: 0;
  background-color: #fff;
  padding: 10px 0;
  box-sizing: border-box;
}
.search-page .qyzc-pagion-num {
  width: 860px;
  margin-left: 300px;
}
.imgs-page .qyzc-pagion-num {
  width: 100%;
  margin-left: 0;
}
.imgs-page .cljx-list-conbox > dd {
  padding: 0 0 30px;
}
/* mend20211226 */




/*230224*/
.piclist { overflow:hidden; margin-top:10px; }
.piclist li { width:270px; height:300px; float:left; display:inline-block; margin-right:8px; margin-left:8px; }
.piclist li a { font-size:15px; color:#333; line-height:20px; }
.piclist li img { width:270px; height:200px; display:block; margin-bottom:8px; }



.amRight .pdtmrCon .pdtmrcTop .bigPic img{ width:800px;}
	
	.product-content .product-right{
	float: right;
	height: 500px;
	/*width: 558px*/
}
.product-right{ margin:0 auto; position:relative; margin-top:20px;  overflow:hidden;  zoom:1;   }
.product-right .hd{ width:100%; padding-top:18px;  overflow:hidden; }
.product-right .hd ul{ margin-right:-5px;  overflow:hidden; zoom:1; }
.product-right .hd ul li{float:left;  text-align:center; overflow:hidden;  }
.product-right .hd ul li img{ width:82px; height:62px; border:2px solid #e1e1e1; cursor:pointer; margin-right:12px; overflow: auto;  }
.product-right .hd ul li.on img{ border:2px solid #ed6d00;  }
.product-right .bd{box-shadow: 0px 0px 10px 5px #f3f7fc; }
.product-right .bd li{vertical-align:middle;width:822px;height:380px;text-align:center;}
.product-right .bd li a{width:830px;height:380px;text-align:center;background:#fff;vertical-align: middle;display:table-cell;}
.product-right .bd img{max-height:100%;display:inline-block;}
.pdtmrCon h3{color: #121212;
    padding-top: 25px;
    text-align: center;
    font-size: 24px;
   }
.pdtmrCon .title-xian{width:40px;height:4px;margin:auto;background:#e5e5e5; margin-top: 24px;}



.tempWrap img { width:700px; height:auto }
.product-right .bd li { height:530px !important; }


